home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Graphics / Utility / GL Viewer 1.1.1 / src ƒ / glview.make < prev    next >
Text File  |  1991-10-16  |  2KB  |  65 lines

  1. #   File:       glview.make
  2. #   Target:     glview
  3. #   Sources:    glview.c
  4. #               macinit.c
  5. #               xlib.c
  6. #               readfiles.c
  7. #               strdup.c
  8. #               usleep.c
  9. #               parser.c
  10. #               gif.c
  11. #               fades.c
  12. #               exec.c
  13. #   Created:    Saturday, October 12, 1991 6:04:16 PM
  14.  
  15. # assume only for color Mac II /68020
  16. COptions = -r -Model far -warnings off -mc68020
  17.  
  18. ObjF    = :obj:
  19.  
  20. OBJECTS = ∂
  21.         {ObjF}glview.c.o ∂
  22.         {ObjF}macinit.c.o ∂
  23.         {ObjF}xlib.c.o ∂
  24.         {ObjF}readfiles.c.o ∂
  25.         {ObjF}parser.c.o ∂
  26.         {ObjF}gif.c.o ∂
  27.         {ObjF}fades.c.o ∂
  28.         {ObjF}exec.c.o
  29.  
  30. #        {ObjF}strdup.c.o ∂
  31. #        {ObjF}usleep.c.o ∂
  32.  
  33. {ObjF}        ƒ    :
  34.  
  35. glview ƒƒ glview.make {OBJECTS}
  36.     Link -d -c '????' -t APPL ∂
  37.         -model far ∂
  38.         {OBJECTS} ∂
  39.         "{CLibraries}"CSANELib.o ∂
  40.         "{CLibraries}"Math.o ∂
  41.         "{CLibraries}"StdClib.o ∂
  42.         "{MPW}"Libraries:Libraries:SIOW.o ∂
  43.         "{Libraries}"Runtime.o ∂
  44.         "{Libraries}"Interface.o ∂
  45.         -o glview
  46.          
  47. #macinit must be generic
  48. {ObjF}macinit.c.o ƒ glview.make macinit.c
  49. #    C {COptions} -u mc68020 -u mc68881 macinit.c    -o {ObjF}macinit.c.o
  50.     C macinit.c -o {ObjF}macinit.c.o -r -Model far     
  51.  
  52. {ObjF}glview.c.o ƒ glview.make glview.c
  53. {ObjF}xlib.c.o ƒ glview.make xlib.c
  54. {ObjF}readfiles.c.o ƒ glview.make readfiles.c
  55. {ObjF}parser.c.o ƒ glview.make parser.c
  56. {ObjF}gif.c.o ƒ glview.make gif.c
  57. {ObjF}fades.c.o ƒ glview.make fades.c
  58. {ObjF}exec.c.o ƒ glview.make exec.c
  59. #{ObjF}strdup.c.o ƒ glview.make strdup.c
  60. #{ObjF}usleep.c.o ƒ glview.make usleep.c
  61.  
  62. glview ƒƒ "{MPW}"Interfaces:Rincludes:SIOW.r
  63.     Rez -a glview.r -o glview
  64.  
  65.